home *** CD-ROM | disk | FTP | other *** search
/ The Atari Compendium / The Atari Compendium (Toad Computers) (1994).iso / files / prgtools / mint / filesy~1 / ofake.zoo / src / makefile < prev   
Encoding:
Makefile  |  1991-11-17  |  152 b   |  6 lines

  1. CFLAGS=-mshort -O -fomit-frame-pointer -fwritable-strings -traditional -I.
  2.  
  3. fake.xfs: fakefs.o
  4.     gcc-ld -s -o ofake.xfs fakefs.o
  5.     toglclr ofake.xfs
  6.